home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / ae / code / acp3.00 / includes / parse_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-18  |  228 b   |  22 lines

  1. /* Prototypes for functions defined in
  2. parse.c
  3.  */
  4.  
  5.  
  6. #ifndef __NOPROTO
  7.  
  8. #ifndef __PROTO
  9. #define __PROTO(a) a
  10. #endif
  11.  
  12. #else
  13. #ifndef __PROTO
  14. #define __PROTO(a) ()
  15.  
  16. #endif
  17. #endif
  18.  
  19.  
  20. int ParseImage __PROTO((char *, struct PSTR *));
  21.  
  22.